home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the frameLabel = "main" then
- set the enabled of menuItem "Paste" of menu "Edit" to 0
- set the enabled of menuItem "Copy" of menu "Edit" to 0
- set the enabled of menuItem "Clear all fields" of menu "Edit" to 0
- end if
- if the frameLabel = "encode" then
- set the enabled of menuItem "Paste" of menu "Edit" to 0
- set the enabled of menuItem "Copy" of menu "Edit" to 1
- set the enabled of menuItem "Clear all fields" of menu "Edit" to 1
- end if
- if the frameLabel = "decode" then
- set the enabled of menuItem "Paste" of menu "Edit" to 1
- set the enabled of menuItem "Copy" of menu "Edit" to 0
- set the enabled of menuItem "Clear all fields" of menu "Edit" to 1
- end if
- if the frameLabel = "help" then
- set the enabled of menuItem "Paste" of menu "Edit" to 0
- set the enabled of menuItem "Copy" of menu "Edit" to 0
- set the enabled of menuItem "Clear all fields" of menu "Edit" to 0
- end if
- if the frameLabel = "about" then
- set the enabled of menuItem "Paste" of menu "Edit" to 0
- set the enabled of menuItem "Copy" of menu "Edit" to 0
- set the enabled of menuItem "Clear all fields" of menu "Edit" to 0
- end if
- go(the frame)
- end
-